projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173f2a6
)
(prepare_to_modify_buffer): Call verify_overlay_modification.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Jul 1993 21:06:19 +0000
(21:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Jul 1993 21:06:19 +0000
(21:06 +0000)
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/insdel.c
b/src/insdel.c
index f53d6a76c6a1f925aba931b1ae92133fe618b7e7..f9263fabfd959c150a56a6e4b54ffbf8f287ea7a 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-513,6
+513,8
@@
prepare_to_modify_buffer (start, end)
/* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */
verify_interval_modification (current_buffer, start, end);
+ verify_overlay_modification (start, end);
+
#ifdef CLASH_DETECTION
if (!NILP (current_buffer->filename)
&& current_buffer->save_modified >= MODIFF)